TRAC-934: feat - implement pagination for catalyst logs query command#3124
Merged
Conversation
🦋 Changeset detectedLatest commit: d59912d The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Bundle Size ReportComparing against baseline from No bundle size changes detected. |
parthshahp
force-pushed
the
trac-934-catalyst-query-command
branch
from
July 21, 2026 20:06
ce9d543 to
88f6dd2
Compare
Contributor
Unlighthouse Performance Comparison — VercelComparing PR preview deployment Unlighthouse scores vs production Unlighthouse scores. Summary ScoreAggregate score across all categories as reported by Unlighthouse.
Category Scores
Core Web Vitals
|
parthshahp
marked this pull request as ready for review
July 22, 2026 12:42
parthshahp
commented
Jul 22, 2026
| const TELEMETRY_KEY_ENABLED = 'telemetry.enabled'; | ||
| const TELEMETRY_KEY_ID = `telemetry.anonymousId`; | ||
|
|
||
| // CLI telemetry is best-effort: command completion must never be delayed by a |
Contributor
Author
There was a problem hiding this comment.
This was causing problems when testing, let me know if I should remove this.
parthshahp
force-pushed
the
trac-934-catalyst-query-command
branch
from
July 22, 2026 15:25
88f6dd2 to
e7ca7bb
Compare
jordanarldt
reviewed
Jul 23, 2026
parthshahp
force-pushed
the
trac-934-catalyst-query-command
branch
from
July 23, 2026 20:53
e7ca7bb to
0336e41
Compare
parthshahp
force-pushed
the
trac-934-catalyst-query-command
branch
from
July 23, 2026 20:57
0336e41 to
c58c266
Compare
chanceaclark
approved these changes
Jul 23, 2026
parthshahp
force-pushed
the
trac-934-catalyst-query-command
branch
from
July 24, 2026 13:47
c58c266 to
d59912d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What/Why?
Adding the ability to paginate for the
catalyst logs querycommand.Testing
Tested via manually deploying a site and using the Catalyst CLI.
Screen.Recording.2026-07-22.at.8.40.14.AM.mov
Migration
No migration needed.